projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3861bdc
)
(Fcopy_sequence): Doc fix.
author
Dave Love
<fx@gnu.org>
Thu, 14 Nov 2002 14:15:07 +0000
(14:15 +0000)
committer
Dave Love
<fx@gnu.org>
Thu, 14 Nov 2002 14:15:07 +0000
(14:15 +0000)
src/fns.c
patch
|
blob
|
history
diff --git
a/src/fns.c
b/src/fns.c
index e55e5fbc24cd7da89cfd0e2195becdb39ed3d41b..d693aade503f437bdb312b5004d224a8aff24113 100644
(file)
--- a/
src/fns.c
+++ b/
src/fns.c
@@
-466,7
+466,7
@@
copy_sub_char_table (arg)
DEFUN ("copy-sequence", Fcopy_sequence, Scopy_sequence, 1, 1, 0,
- doc: /* Return a copy of a list, vector
or string
.
+ doc: /* Return a copy of a list, vector
, string or char-table
.
The elements of a list or vector are not copied; they are shared
with the original. */)
(arg)